home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / misc / evaluate.readme < prev    next >
Encoding:
Text File  |  2000-07-01  |  1.3 KB  |  34 lines

  1. Short:    Code to evaluate algebraic strings
  2. Author:   Kyzer/CSG <kyzer@4u.net>
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type:     dev/misc
  5.  
  6. evaluate.c is a piece of documented example code showing an interesting and
  7. quick algorithim for evaluating algebraic strings, such as "2 + 4" and
  8. "a=5; b=10; c=b-a; b*c". It is released under the GNU General Public
  9. License version 2 or later.
  10.  
  11. Documentation is in HTML.
  12.  
  13. Changes in this version
  14. - the variable table can been taken outside of the front-end
  15. - code is now library/thread safe (assuming stdlib is lib/thread safe)
  16. - memory allocator is now 64-bit clean
  17. - string extent test based on scantable
  18.  
  19. Feedback and bug reports are of course welcome!
  20.  
  21.  
  22. ============================= Archive contents =============================
  23.  
  24. Original  Packed Ratio    Date     Time    Name
  25. -------- ------- ----- --------- --------  -------------
  26.      997     509 48.9% 19-Mar-00 04:43:18  eval.c
  27.    23635    6835 71.0% 19-Mar-00 04:43:18  evaluate.c
  28.     2183     841 61.4% 19-Mar-00 04:43:18  evaluate.h
  29.      682     417 38.8% 19-Mar-00 04:43:18  evaluate.readme
  30.     5910    2269 61.6% 31-Mar-00 16:35:08  index.html
  31.     9512    3906 58.9% 19-Mar-00 04:43:18  workings.html
  32. -------- ------- ----- --------- --------
  33.    42919   14777 65.5% 12-May-100 01:44:18   6 files
  34.